GrapeCity.CalcEngine.Functions Namespace > CalcSearchFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 - 3 items: find_text, within_text, [start_num].
Find_text is the text you want to find.
Within_text is the text in which you want to search for find_text.
[Start_num] is the character number in within_text at which you want to start searching, the default value is 1.
'Usage Dim instance As CalcSearchFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 - 3 items: find_text, within_text, [start_num].
Find_text is the text you want to find.
Within_text is the text in which you want to search for find_text.
[Start_num] is the character number in within_text at which you want to start searching, the default value is 1.
Target Platforms: Windows Server 2012, Windows RT